projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b71fd
)
Clarify recent ert manual change
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 29 Sep 2019 16:26:50 +0000
(18:26 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 29 Sep 2019 16:32:45 +0000
(18:32 +0200)
* doc/misc/ert.texi (Running Tests in Batch Mode): Say that ert test
selector strings are regular expressions.
doc/misc/ert.texi
patch
|
blob
|
history
diff --git
a/doc/misc/ert.texi
b/doc/misc/ert.texi
index 889216cbefc433288f3400c6710b056238abd816..ee3725e5b28d7d628477ef46dae786d81c541db8 100644
(file)
--- a/
doc/misc/ert.texi
+++ b/
doc/misc/ert.texi
@@
-339,7
+339,8
@@
In quiet mode ERT prints only unexpected results and summary.
You can specify selectors to only run a subset of your tests
(@pxref{Test Selectors}). For example, the following would run all
-tests where the name of the test matches the string ``to-match''.
+tests where the name of the test matches the regular expression
+``to-match''.
@example
emacs -batch -l ert -l my-tests.el \